Adds value to the list, returns index of the added value, throws exception if value with specified key already exists.
Syntax
'Declaration
Public Function Add( _
ByVal As , _
ByVal As _
) As System.Integer
public System.int Add(
,
)
Parameters
- key
- value
See Also